Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ObservableSortedDictionary<TKey,TValue> Class / Keys Property

In This Topic
    Keys Property (ObservableSortedDictionary<TKey,TValue>)
    In This Topic
    Gets a collection containing the keys in the ObservableSortedDictionary<TKey,TValue>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Keys As System.Collections.Generic.ICollection(Of TKey)
    public System.Collections.Generic.ICollection<TKey> Keys {get;}
    See Also